home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / mozilla-firefox / res / fonts / fontEncoding.properties next >
Encoding:
Text File  |  2006-05-08  |  8.3 KB  |  207 lines

  1. # ***** BEGIN LICENSE BLOCK *****
  2. # Version: MPL 1.1/GPL 2.0/LGPL 2.1
  3. #
  4. # The contents of this file are subject to the Mozilla Public License Version
  5. # 1.1 (the "License"); you may not use this file except in compliance with
  6. # the License. You may obtain a copy of the License at
  7. # http://www.mozilla.org/MPL/
  8. #
  9. # Software distributed under the License is distributed on an "AS IS" basis,
  10. # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11. # for the specific language governing rights and limitations under the
  12. # License.
  13. #
  14. # The Original Code is Mozilla MathML Project.
  15. #
  16. # The Initial Developer of the Original Code is
  17. # The University of Queensland.
  18. # Portions created by the Initial Developer are Copyright (C) 2001
  19. # the Initial Developer. All Rights Reserved.
  20. #
  21. # Contributor(s):
  22. #   Roger B. Sidje <rbs@maths.uq.edu.au>
  23. #   Jungshik Shin <jshin@mailaps.org>
  24. #
  25. # Alternatively, the contents of this file may be used under the terms of
  26. # either the GNU General Public License Version 2 or later (the "GPL"), or
  27. # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  28. # in which case the provisions of the GPL or the LGPL are applicable instead
  29. # of those above. If you wish to allow use of your version of this file only
  30. # under the terms of either the GPL or the LGPL, and not to allow others to
  31. # use your version of this file under the terms of the MPL, indicate your
  32. # decision by deleting the provisions above and replace them with the notice
  33. # and other provisions required by the GPL or the LGPL. If you do not delete
  34. # the provisions above, a recipient may use your version of this file under
  35. # the terms of any one of the MPL, the GPL or the LGPL.
  36. #
  37. # ***** END LICENSE BLOCK *****
  38.  
  39. #  LOCALIZATION NOTE: FILE
  40. #  Do not translate anything in this file
  41.  
  42. # This is a list of encodings used for special *symbolic fonts* (not documents) # for  which we have converters (i.e., the intl/uconv library contains encoding # tables that provide a mapping of characters to the indices of the desired 
  43. # glyph shapes  within these symbolic fonts).
  44. #
  45. # This file also lists truetype cmap tables for single byte ('narrow') special
  46. # *symbolic fonts*. At the moment, only two values, 'mac_roman' 
  47. # and 'unicode' are recognized. These cmaps are used to translate custom font 
  48. # codes obtained through converters in intl/uconv library into glyph indices of # fonts  with Freetype library. Do not change the value unless you're familiar
  49. # with the internals of Freetype and Mozilla-Xft. If you're interested,
  50. # see  
  51. #   http://freetype.sourceforge.net/freetype2/docs/reference/ft2-base_interface.html#FT_Encoding
  52. # and  
  53. #   http://bugzilla.mozilla.org/show_bug.cgi?id=176290
  54. #
  55. # For each 'key = value' pair in this list:
  56. #
  57. # - the 'key' is a lower case ASCII with the *name of the font*, and the
  58. #   encoding type (e.g., .ttf for TrueType, and .t1 for Type 1). Note that
  59. #   the *name of a font* is not necessarily the *name of the file* that contains
  60. #   the font... All whitespace should be stripped from the name.
  61. #   For truetype cmaps, use .ftcmap in place of .ttf or .t1.
  62. #
  63. # - the 'value' is the case-sensitive charset string used when setting up the
  64. #   corresponding Unicode Converter in the intl/uconv library.
  65. # - the 'value' for ftcmap is either mac_roman 
  66. #   or unicode.
  67.  
  68. # If you have Symbol (Adobe) type 1 font, keep the following lines 
  69. # commented out (you do NOT need them). However,  with  truetype Symbol 
  70. # font,  you do need them. 
  71.  
  72. # Symbol font
  73. #encoding.symbol.ttf = Adobe-Symbol-Encoding
  74. #encoding.symbol.ftcmap = mac_roman
  75.  
  76. # TeX's Computer Modern fonts (Roman, Math Italic, Symbol and Extension)
  77.  
  78. encoding.cmr10.ttf  = x-ttf-cmr
  79. encoding.cmmi10.ttf = x-ttf-cmmi
  80. encoding.cmsy10.ttf = x-ttf-cmsy
  81. encoding.cmex10.ttf = x-ttf-cmex
  82.  
  83. encoding.cmr10.ftcmap  = unicode
  84. encoding.cmmi10.ftcmap = unicode
  85. encoding.cmsy10.ftcmap = unicode
  86. encoding.cmex10.ftcmap = unicode
  87.  
  88. # Mathematica fonts
  89.  
  90. encoding.math1.ttf          = x-mathematica1
  91. encoding.math1-bold.ttf     = x-mathematica1
  92. encoding.math1mono.ttf      = x-mathematica1
  93. encoding.math1mono-bold.ttf = x-mathematica1
  94.  
  95. encoding.math2.ttf          = x-mathematica2
  96. encoding.math2-bold.ttf     = x-mathematica2
  97. encoding.math2mono.ttf      = x-mathematica2
  98. encoding.math2mono-bold.ttf = x-mathematica2
  99.  
  100. encoding.math3.ttf          = x-mathematica3
  101. encoding.math3-bold.ttf     = x-mathematica3
  102. encoding.math3mono.ttf      = x-mathematica3
  103. encoding.math3mono-bold.ttf = x-mathematica3
  104.  
  105. encoding.math4.ttf          = x-mathematica4
  106. encoding.math4-bold.ttf     = x-mathematica4
  107. encoding.math4mono.ttf      = x-mathematica4
  108. encoding.math4mono-bold.ttf = x-mathematica4
  109.  
  110. encoding.math5.ttf          = x-mathematica5
  111. encoding.math5-bold.ttf     = x-mathematica5
  112. encoding.math5bold.ttf      = x-mathematica5
  113. encoding.math5mono.ttf      = x-mathematica5
  114. encoding.math5mono-bold.ttf = x-mathematica5
  115. encoding.math5monobold.ttf  = x-mathematica5
  116.  
  117. encoding.math1.ftcmap          = mac_roman
  118. encoding.math1-bold.ftcmap     = mac_roman
  119. encoding.math1mono.ftcmap      = mac_roman
  120. encoding.math1mono-bold.ftcmap = mac_roman
  121.  
  122. encoding.math2.ftcmap          = mac_roman
  123. encoding.math2-bold.ftcmap     = mac_roman
  124. encoding.math2mono.ftcmap      = mac_roman
  125. encoding.math2mono-bold.ftcmap = mac_roman
  126.  
  127. encoding.math3.ftcmap          = mac_roman
  128. encoding.math3-bold.ftcmap     = mac_roman
  129. encoding.math3mono.ftcmap      = mac_roman
  130. encoding.math3mono-bold.ftcmap = mac_roman
  131.  
  132. encoding.math4.ftcmap          = mac_roman
  133. encoding.math4-bold.ftcmap     = mac_roman
  134. encoding.math4mono.ftcmap      = mac_roman
  135. encoding.math4mono-bold.ftcmap = mac_roman
  136.  
  137. encoding.math5.ftcmap          = mac_roman
  138. encoding.math5-bold.ftcmap     = mac_roman
  139. encoding.math5bold.ftcmap      = mac_roman
  140. encoding.math5mono.ftcmap      = mac_roman
  141. encoding.math5mono-bold.ftcmap = mac_roman
  142. encoding.math5monobold.ftcmap  = mac_roman
  143.  
  144. # MathType Extra
  145. encoding.mtextra.ttf = x-mtextra
  146. encoding.mtextra.ftcmap = mac_roman
  147.  
  148. # Tamil fonts (TSCII encoding : see 
  149. # http://www.tscii.org and http://www.tamil.net). Not all 'TSCII fonts' are
  150. # equal. I've confirmed the following fonts work, but other 'TSCII fonts' may
  151. # not work. These fonts have pseudo-Unicode cmap with TSCII  
  152. # interpreted as Windows-1252.
  153. encoding.tsc_paranarpdf.ttf = x-tamilttf-0.wide
  154. encoding.tsc_paranbold.ttf = x-tamilttf-0.wide
  155. encoding.tsc_paranarho.ttf = x-tamilttf-0.wide
  156. encoding.tsc_kannadaasan.ttf = x-tamilttf-0.wide
  157. encoding.tscu_comic.ttf = x-tamilttf-0.wide
  158. encoding.tscu_times.ttf = x-tamilttf-0.wide
  159. encoding.tscu_paranar.ttf = x-tamilttf-0.wide
  160. encoding.tscu_paranarbold.ttf = x-tamilttf-0.wide
  161.  
  162.  
  163. # These two fonts have conflicting MacRoman and Unicode Cmaps
  164. # that get fontconfig confused. 
  165. #encoding.tsc_avarangal.ttf = x-tamilttf-0.wide
  166. #encoding.tsc_avarangalfxd.ttf = x-tamilttf-0.wide
  167.  
  168. # These two fonts don't have Unicode cmap but have pseudo-Apple Roman cmap
  169. # with TSCII assignment.
  170. encoding.tsc_aandaal.ttf = x-tscii-0
  171. encoding.tsc_aandaal.ftcmap = mac_roman
  172. encoding.tsc_aparanarpdf.ttf = x-tscii-0
  173. encoding.tsc_aparanarpdf.ftcmap = mac_roman
  174.  
  175.  
  176. # The suffix '.wide' has to be added to encoding names to identify
  177. # these fonts as 'wide' non-Unicode fonts.
  178.  
  179. # Korean Jamo TTFs
  180. encoding.unbatang.ttf = x-koreanjamo-0.wide
  181.  
  182. # Thai TTFs 
  183. # glyph arrangement : TIS620-2 Windows encoding, 
  184. # code points used : Unicode Thai block + about 10 PUA code points in U+F700,
  185. # coverage : US-ASCII, Thai (U+0E00-U+0E07F), punctuation marks
  186. #            U+2018, U+2019, U+201c, U+201d, U+2022, U+2013, U+2014 )
  187. #
  188. # These familes of fonts and other fonts with the same PUA assignment
  189. # are included as a part of Thai language support in most Linux distributions.
  190. # These lines have to be commented out by default because  the encoder for
  191. # x-thaittf-0 is only available with 'enable-ctl' which is not turned on
  192. # by default. 
  193. #encoding.norasi.ttf = x-thaittf-0.wide
  194. #encoding.garuda.ttf = x-thaittf-0.wide
  195. #encoding.dbthaitext.ttf = x-thaittf-0.wide
  196.  
  197. # SunIndic fonts. 
  198. # glyph arrangement : Nominal glyphs for Indic scripts at their Unicode code
  199. #                     points along with presentation forms in PUA
  200. # coverage : US-ASCII, Devanagari, Bengali, Gurmukhi, Gujarati, Oriya, 
  201. #            Tamil, Telugu, Kanada, Malayalam
  202. # Note : Currently only Devanagari is supported with this encoding.
  203. # Two fonts in this family is available for free download at
  204. # <http://www.sun.com/developers/gadc>.
  205. encoding.saraswati5.ttf = x-sun-unicode-india-0.wide
  206.